google.golang.org/grpc.ClientConn.initIdleStateLocked (method)

3 uses

	google.golang.org/grpc (current package)
		clientconn.go#L256: 	cc.initIdleStateLocked() // Safe to call without the lock, since nothing else has a reference to cc.
		clientconn.go#L426: func (cc *ClientConn) initIdleStateLocked() {
		clientconn.go#L457: 	cc.initIdleStateLocked()